ComponentOne Calendar for UWP
C1.UWP.Calendar Assembly / C1.Xaml.Calendar Namespace / ReentrantObservableCollection<T> Class / InUpdate Property

In This Topic
    InUpdate Property (ReentrantObservableCollection<T>)
    In This Topic
    Gets a System.Boolean value determining whether the ReentrantObservableCollection<T> is in update mode (BeginUpdate has been called).
    Syntax
    'Declaration
     
    Public ReadOnly Property InUpdate As System.Boolean
    public System.bool InUpdate {get;}
    See Also